.header{
    position: absolute;
    z-index: 2;
    font-weight:400;
    color:rgba(102,102,102,1);
    font-size: 14px;
    height: 72px;
    line-height: 72px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 134px 0 172px;
    top: 0;
}
.header.resumeindex{
    background: #ffffff;
    box-shadow:0px 2px 5px 0px rgba(215,215,215,0.39)
}
.header a{
    font-weight:400;
    color:#ffffff;
    font-size: 14px;
}
.header.resumeindex a{
    color: #666666;
}
.header.resumeindex .active a{
    color: #3E9CFD;
}
.header .logo{
    float: left;
    width: 100px;
    height: 33px;
    background: url("../img/logoh.png") no-repeat center;
}

.header.resumeindex .logo{
    background: url("../img/logo.png") no-repeat center;
}

.header .open-vip{
    width: 56px;
    height: 27px;
    cursor: pointer;
    margin-top: -8px;
    background: url("../img/open-vip.png") no-repeat center;
}
.header .header-right > ul > li{
    float: left;
    margin-right: 41px;
}

.header .header-right{
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-vip{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-btn{
    width:68px;
    height:36px;
    background:rgba(62,156,253,1);
    border-radius:6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    margin-left: 21px;
    cursor: pointer;
}
.more{
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url("../img/more.png") no-repeat center;
}

.more-block{
    position: absolute;
    width: 97px;
    /*height: 141px;*/
    background: #FFFFFF;
    border-radius: 2px;
    left: -24px;
    top:57px;
    display: none;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

.more-block li{
    height: 30px;
    line-height: 30px;
    padding-left: 17px;
}
.more-block li:hover{
    background: #3E9CFD;
}
.more-block li:hover a{
    color: #ffffff;
}
.more-block li a{
    color: #666666;
    transition: none;
}
.more-li:hover .more-block{
    display: block;
}



/*******公共样式结束*********/
/*头部*/
.headerm {
    height: 70px;
    background: #fff;
}

.headerm.bordb {
    border-bottom: 1px solid #ebebeb;
}

.headerm .logo {
    width: 130px;
}

.headerm .logo a {
    display: block;
    padding-top: 15px;
    height: 70px;
}

.headerm .logo img {
    display: block;
    width: 100%;
}

.headerm .nav {
    margin-left: 25px;
    font-size: 15px;
    height: 70px;
}

.headerm .nav li {
    float: left;
    margin: 0 33px;
    position: relative;
    line-height: 40px;
    padding: 15px 0;
}

.headerm .nav li div {
    display: none;
    position: absolute;
    top: 69px;
    width: 120px;
    left: 50%;
    border-top: none;
    margin-left: -60px;
    text-align: center;
    z-index: 99999;
    border-radius: 2px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.headerm .nav li div a {
    border-bottom: 1px solid #eee;
}

.headerm .nav li i {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -20px;
    width: 10px;
    height: 5px;
    background: url(../images/arrowers.png) no-repeat 0 0;
    transition: background, 0.3s;
    -webkit-transition: background, 0.3s;
    -moz-transition: background, 0.3s;
}

.headerm .mbsc ins {
    display: block;
    position: absolute;
    top: 4px;
    right: -24px
}

.headerm .nav li.on i {
    background: url(../images/arrowers.png) no-repeat -31px 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.headerm .nav a {
    color: #666666;
    display: block;
}

.headerm .nav a:hover {
    color: #09898a;
}

.headerm .nav a.on {
    color: #09898a;
}

.headerm .login {
    padding-top: 18px;
}

.headerm .login .dlzc {
    display: block;
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    background: #4c9e9d;
}

.login-vip .cont .dlzc a {
    color: #fff;
    margin: 0 6px;
}

.login-vip .cont a img {
    width: 37px;
    height: 37px;
    display: block;
    margin: 0 auto
}

.login-vip .cont {
    width: 70px;
    height: 52px;
}

.login-vip .top_user {
    position: absolute;
    top: 40px;
    padding-top: 12px;
    width: 168px;
    left: 50%;
    margin-left: -84px;
    z-index: 11;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
}

.login-vip .top_user ul {
    background: #fff;
    padding: 10px 0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.login-vip .top_user li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.login-vip .top_user li a {
    display: block;
    padding-left: 68px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    background-image: url(../images/ico_uesr_center2.png);
    background-repeat: no-repeat;
    transition: background, 0.3s;
    -webkit-transition: background, 0.3s;
    -moz-transition: background, 0.3s;
}

.login-vip .top_user li .a_user_1 {
    background-position: 20px 12px;
}

.login-vip .top_user li .a_user_2 {
    background-position: 20px -40px;
}

.login-vip .top_user li .a_user_3 {
    background-position: 20px -92px;
}

.login-vip .top_user li .a_user_4 {
    background-position: 20px -200px;
}

.login-vip .top_user li .a_user_5 {
    background-position: 20px -147px;
}

.login-vip .top_user li .a_user_6 {
    background-position: 20px -707px;
}

.login-vip .top_user li .a_user_7 {
    background-position: 20px -762px;
}

.login-vip .top_user li a:hover {
    background-color: #3E9CFD;
}

.login-vip .cont:hover .top_user {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}

@media screen and (max-width: 1100px){
    .header .logo{
        display:block;
        float: none;
        margin: 0 auto;
        background: url(../img/logo.png) no-repeat center !important;
    }
    .header.resumeindex div:nth-of-type(1){
        width:100%;
    }
    .header{
        position:relative;
        padding: 0;
        height: 50px;
        line-height: 50px;
    }
    .header.resumeindex .logo{
        margin: 0 auto;
    }
    .header-link{
        display:none;
    }
    .header .header-right{
        position:absolute;
        right: 0;
        display: none;
    }
    .header .open-vip{
        display:block;
        background-size: 100% 100%;
        width: 120px;
    }
    
}